home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / wp / dta20a.zip / UPDATE.DOC < prev    next >
Text File  |  1993-12-04  |  3KB  |  73 lines

  1. Updates since Version 1.0
  2. -------------------------
  3.  
  4. Relaxed the system's numerical limits as follows:
  5.    - topics ...................... 16000
  6.    - images ......................  4000
  7.    - sound files .................  1000
  8.    - linked topics per topic .....   100
  9.    - attached images per topic ...   100
  10.  
  11. Created an interrupt triggered version of the memory-resident runtime
  12. shell for creating context-sensitive help from within user developed
  13. software.
  14.  
  15. Added switch to command line of runtime shell to force use of disk
  16. space for swapping, in lieu of XMS or EMS memory.
  17.  
  18. Implemented concurrent multi-user access of runtime knowledge bases 
  19. across a network.
  20.  
  21. Implemented memory swapping in authoring system.  Maximum memory is 
  22. recovered for shelling to the DOS prompt, accessing the on-line
  23. manual, or previewing the runtime version of a compiled knowledge base.
  24.  
  25. For the DOS shell, the prompt wass modified to remind the user to enter
  26. 'EXIT' to return to the authoring system.
  27.  
  28. Created COMPILED subdirectory under raw knowledge base to simplify 
  29. management of files.  Compiler automatically places runtime files
  30. there.  Author no longer prompted for a target drive / directory.
  31.  
  32. Improved the interface for editing links to topics.  The space bar
  33. toggles a link on and off as indicated by a checkmark.
  34.  
  35. Ctrl-End was added to the built-in text editor to allow deletion from
  36. the cursor to the end of the current line.
  37.  
  38. A keyword query feature was added to the runtime module.  It is
  39. accessed from the menu via 'Q' for Query.  F2 from any text screen
  40. will also access the keyword query feature.
  41.  
  42. Added /n switch to command line of the runtime shell to make it
  43. compatible with memory managers which remap ROM addresses, e.g.,
  44. QEMM's stealth mode.
  45.  
  46. Provided support for a logo screen on loading a runtime application.
  47.  
  48. Added XMS extended memory support for virtual buffers to speed up
  49. the building and display of graphic images.
  50.  
  51. Dither images, where necessary, to convert to colors the user's video
  52. hardware is capable of displaying.
  53.  
  54. Added prompt for the desired path when opening an existing knowledge
  55. base.
  56.  
  57. Increased speed of copying files to backup subdirectory in authoring
  58. system on opening a knowledge base.
  59.  
  60. Sepated compilation and keyword indexing processes.  Keywords can now
  61. be edited without a full recompilation of the knowledge base.
  62.  
  63. Reduced memory footprint of memory resident shells for authoring
  64. system and runtime module.  Made more robust on Netware networks.
  65.  
  66. Made background color of cross-reference windows uniform when run in a
  67. DOS window under Microsoft Windows.
  68.  
  69. To better support use of the runtime module in Preview Mode from
  70. within the authoring system, if an image is not found in the
  71. \COMPILED subdirectory, the parent directory is searched.
  72.  
  73.